home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 April / PC för Alla 0504.iso / pfacd.exe / 0 / RCDATA / TPROGSTARTINGFORM / TPROGSTARTINGFORM.txt
Encoding:
Text File  |  2005-03-03  |  961 b   |  47 lines

  1. object ProgStartingForm: TProgStartingForm
  2.   Left = 191
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'V'#228'nta...'
  7.   ClientHeight = 74
  8.   ClientWidth = 265
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 249
  26.     Height = 33
  27.     Caption = 
  28.       'V'#228'nligen v'#228'nta, programmet eller l'#228'nken du klickade p'#229' startas..' +
  29.       '.'
  30.     WordWrap = True
  31.   end
  32.   object ProgressBar1: TProgressBar
  33.     Left = 8
  34.     Top = 40
  35.     Width = 249
  36.     Height = 17
  37.     TabOrder = 0
  38.   end
  39.   object Timer1: TTimer
  40.     Enabled = False
  41.     Interval = 100
  42.     OnTimer = Timer1Timer
  43.     Left = 232
  44.     Top = 8
  45.   end
  46. end
  47.